You can choose the headers while creating your Pages. Simply follow the structure below to create the header:
<!-- Start Header -->
<div class="header-data">
<div class="logo-design">
...
</div>
<div class="social-icon">
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasRight"
aria-labelledby="offcanvasRightLabel">
...
</div>
</div>
</div>
<!-- End Header -->